func github.com/jackc/pgx/v5/pgtype.isRagged

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array_codec.go#L409: func isRagged(slice reflect.Value) bool {
		array_codec.go#L422: 		if isRagged(slice.Index(i)) {
		pgtype.go#L1020: 			if !isRagged(targetElemValue) {
		pgtype.go#L1890: 			if !isRagged(sliceValue) {